From 970e5ca57a2c29a74854e2aaf9eecdd489b8445c Mon Sep 17 00:00:00 2001 From: robertl Date: Sun, 23 Apr 2006 21:15:02 +0000 Subject: [PATCH] C89 typo fix in magproto. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@1947 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/magproto.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpsbabel/magproto.c b/gpsbabel/magproto.c index 6dd2d8e8a..fcb1bf3bf 100644 --- a/gpsbabel/magproto.c +++ b/gpsbabel/magproto.c @@ -1417,8 +1417,8 @@ mag_route_trl(const route_head * rte) xfree(owpt); if ((tmp == &rte->waypoint_list) || ((i % 2) == 0)) { - thisline++; char expbuf[1024]; + thisline++; expbuf[0] = 0; if (explorist) { snprintf(expbuf, sizeof(expbuf), "%s,", -- 2.30.2